runtime.taggedPointer.pointer (method)
5 uses
runtime (current package)
lfstack.go#L83: return (*lfnode)(taggedPointer(val).pointer())
netpoll_epoll.go#L167: pd := (*pollDesc)(tp.pointer())
tagptr_64bit.go#L65: if t.pointer() != ptr || t.tag() != tag {
tagptr_64bit.go#L66: print("runtime: taggedPointerPack invalid packing: ptr=", ptr, " tag=", hex(tag), " packed=", hex(t), " -> ptr=", t.pointer(), " tag=", hex(t.tag()), "\n")
tagptr_64bit.go#L73: func (tp taggedPointer) pointer() unsafe.Pointer {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |